Emacs counsel

counselEmacs 社区中的一款流行插件,它是 Ivy 补全框架的扩展,提供了一组增强型命令,能够优化和扩展 Emacs 内置功能的使用体验。counsel 主要通过改进交互界面和提供更强大的搜索功能,让用户更高效地完成任务。


主要功能


安装方法

counsel 通常通过 Emacs 包管理器安装,例如 MELPA。安装步骤如下:

确保已安装并启用 Ivy:

(use-package ivy
  :ensure t
  :config
  (ivy-mode 1))

命令替换

counsel 会自动替换 Emacs 的如下命令:

Emacs command Counsel equivalent
execute-extended-command counsel-M-x
describe-bindings counsel-descbinds
describe-function counsel-describe-function
describe-variable counsel-describe-variable
apropos-command counsel-apropos
describe-face counsel-describe-face
list-faces-display counsel-faces
find-file counsel-find-file
find-library counsel-find-library
imenu counsel-imenu
load-library counsel-load-library
load-theme counsel-load-theme
yank-pop counsel-yank-pop
info-lookup-symbol counsel-info-lookup-symbol
pop-to-mark-command counsel-mark-ring
bookmark-jump counsel-bookmark

本文作者:Maeiee

本文链接:Emacs counsel

版权声明:如无特别声明,本文即为原创文章,版权归 Maeiee 所有,未经允许不得转载!


喜欢我文章的朋友请随缘打赏,鼓励我创作更多更好的作品!